THE RUN MODE DIALOG BOX

WEBSTAR PREPROCESS : TRANSPARENT CALLS TO SMARTPAGE
SmartPage can be called automatically by WebSTAR, using his Preprocess mode.
Check the Check box if you want to run under the Preprocessing CGI of WebSTAR.
Don't forget to go into the Misc.Settings dialog box of WebSTAR and fill the field "Preprocess" with "SmartPage.acgi".

The Preprocessing run mode allows:

When using this mode, if you want WebSTAR skips a call, just append the characters $0 (zero) to the URL.

WebSTAR then call your page normally without SmartPage. This mode don't make sense with pages containing a special SmartPage FORM tag, and thus don't work in that case.

Example of calls of the file "apage.html" :

Without Preprocess :

HTTP://192.0.0.10/SmartPage$folder1/apage.html"

With Preprocess :

HTTP://192.0.0.10/folder1/apage.html"

Skip a page with Preprocess :

HTTP://192.0.0.10/folder1/apage.html$0"